home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / MXSESS.DFM / MXSESS.txt
Encoding:
Text File  |  1996-03-08  |  4.3 KB  |  194 lines

  1. object MXSessionDlg: TMXSessionDlg
  2.   Left = 241
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail eXtension Session Properties'
  7.   ClientHeight = 198
  8.   ClientWidth = 429
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object TabbedNotebook1: TTabbedNotebook
  17.     Left = 0
  18.     Top = 0
  19.     Width = 429
  20.     Height = 153
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'Arial'
  24.     Font.Style = []
  25.     TabFont.Color = clBtnText
  26.     TabFont.Height = -11
  27.     TabFont.Name = 'MS Sans Serif'
  28.     TabFont.Style = []
  29.     TabOrder = 0
  30.     object TTabPage
  31.       Left = 5
  32.       Top = 26
  33.       Caption = 'General'
  34.       object GroupBox1: TGroupBox
  35.         Left = 4
  36.         Top = 4
  37.         Width = 409
  38.         Height = 113
  39.         Caption = 'User Parameters:'
  40.         TabOrder = 0
  41.         object Label1: TLabel
  42.           Left = 16
  43.           Top = 36
  44.           Width = 38
  45.           Height = 16
  46.           Caption = 'Name:'
  47.         end
  48.         object Label2: TLabel
  49.           Left = 16
  50.           Top = 68
  51.           Width = 61
  52.           Height = 16
  53.           Caption = 'Password:'
  54.         end
  55.         object szName: TEdit
  56.           Left = 88
  57.           Top = 32
  58.           Width = 301
  59.           Height = 24
  60.           Hint = 'Login ID or Profile Name'
  61.           ParentShowHint = False
  62.           ShowHint = True
  63.           TabOrder = 0
  64.         end
  65.         object szPassword: TEdit
  66.           Left = 88
  67.           Top = 64
  68.           Width = 301
  69.           Height = 24
  70.           Hint = 'Password'
  71.           ParentShowHint = False
  72.           ShowHint = True
  73.           TabOrder = 1
  74.         end
  75.       end
  76.     end
  77.     object TTabPage
  78.       Left = 5
  79.       Top = 26
  80.       Caption = 'Mail System'
  81.       object RadioGroup1: TRadioGroup
  82.         Left = 4
  83.         Top = 4
  84.         Width = 409
  85.         Height = 113
  86.         Hint = 'Messaging System'
  87.         Caption = 'Mail System:'
  88.         Columns = 2
  89.         ItemIndex = 0
  90.         Items.Strings = (
  91.           'None'
  92.           'Exchange'
  93.           'VIM'
  94.           'POP3/SMTP'
  95.           'Custom')
  96.         ParentShowHint = False
  97.         ShowHint = True
  98.         TabOrder = 0
  99.       end
  100.     end
  101.     object TTabPage
  102.       Left = 5
  103.       Top = 26
  104.       Caption = 'Logon Parameters'
  105.       object GroupBox2: TGroupBox
  106.         Left = 4
  107.         Top = 4
  108.         Width = 409
  109.         Height = 113
  110.         Caption = 'Logon Parameters:'
  111.         TabOrder = 0
  112.         object bLogonDlg: TCheckBox
  113.           Left = 68
  114.           Top = 36
  115.           Width = 97
  116.           Height = 17
  117.           Hint = 'Show Sign On Dialog'
  118.           Caption = 'Logon Dialog'
  119.           ParentShowHint = False
  120.           ShowHint = True
  121.           TabOrder = 0
  122.         end
  123.         object bNewSession: TCheckBox
  124.           Left = 68
  125.           Top = 72
  126.           Width = 97
  127.           Height = 17
  128.           Hint = 'Create a new Mail Session'
  129.           Caption = 'New Session'
  130.           ParentShowHint = False
  131.           ShowHint = True
  132.           TabOrder = 1
  133.         end
  134.         object bDownLoadMsg: TCheckBox
  135.           Left = 232
  136.           Top = 36
  137.           Width = 157
  138.           Height = 17
  139.           Hint = 'Download new Messages'
  140.           Caption = 'Download Messages'
  141.           ParentShowHint = False
  142.           ShowHint = True
  143.           TabOrder = 2
  144.         end
  145.         object bDisplayErrors: TCheckBox
  146.           Left = 232
  147.           Top = 72
  148.           Width = 109
  149.           Height = 17
  150.           Hint = 'Display Session Errors'
  151.           Caption = 'Display Errors'
  152.           ParentShowHint = False
  153.           ShowHint = True
  154.           TabOrder = 3
  155.         end
  156.       end
  157.     end
  158.   end
  159.   object BitBtn1: TBitBtn
  160.     Left = 240
  161.     Top = 160
  162.     Width = 89
  163.     Height = 29
  164.     Hint = 'Apply new Properties'
  165.     Caption = '&OK'
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'Arial'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     ParentShowHint = False
  172.     ShowHint = True
  173.     TabOrder = 1
  174.     Kind = bkOK
  175.   end
  176.   object BitBtn2: TBitBtn
  177.     Left = 336
  178.     Top = 160
  179.     Width = 89
  180.     Height = 29
  181.     Hint = 'Cancel'
  182.     Caption = '&Cancel'
  183.     Font.Color = clBlack
  184.     Font.Height = -11
  185.     Font.Name = 'Arial'
  186.     Font.Style = []
  187.     ParentFont = False
  188.     ParentShowHint = False
  189.     ShowHint = True
  190.     TabOrder = 2
  191.     Kind = bkCancel
  192.   end
  193. end
  194.